PartialNetworkInterface

Defines a partial network interface structure, used to update the rate limiters for that interface, after microvm start.

Members

Functions

patch
bool patch(FirecrackerAPIClient cl)

Update an existing network interface via the Firecracker API.

Mixins

__anonymous
mixin BaseModel
Undocumented in source.

Variables

id
string id;

Required: the Firecracker ID we want to update for this network interface

rxRateLimiter
RateLimiter rxRateLimiter;

Recieve rate limiter, meant to stop network traffic flooding from occuring.

txRateLimiter
RateLimiter txRateLimiter;

Transmit rate limiter, meant to stop network traffic flooding from occuring.

Mixed In Members

From mixin BaseModel

stringify
string stringify()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta